home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python152_Src.lha / Python152_Source / Modules / protos / grpmodule.h < prev    next >
Text File  |  1999-04-25  |  247b  |  5 lines

  1. static PyObject *mkgrent ( struct group *p );
  2. static PyObject *grp_getgrgid ( PyObject *self , PyObject *args );
  3. static PyObject *grp_getgrnam ( PyObject *self , PyObject *args );
  4. static PyObject *grp_getgrall ( PyObject *self , PyObject *args );
  5.